home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / comm / datetime.sit / DateTime README next >
Encoding:
Text File  |  1991-04-21  |  2.5 KB  |  70 lines  |  [TEXT/ttxt]

  1. SetDateTime INIT and DateTimeServer
  2. (c) 1991 by Leo Wierzbowski
  3.  
  4. General Info:
  5.  
  6. This pair of programs enables you to maintain synchronized Macintosh
  7. clocks on an AppleTalk internet/network.  These programs use only
  8. the built-in AppleTalk protocols -- no extra protocol drivers 
  9. required.  
  10.  
  11. The DateTimeServer is an application that runs under Finder or
  12. MultiFinder.  Most sites would probably run it in the background
  13. under MultiFinder, on a Mac that runs throughout the working day.
  14.  
  15. The SetDateTime INIT is a system startup INIT that runs on the users'
  16. Macs when they start their Macs.  It is not persistent, nor does
  17. it patch any traps.  It simply looks for the DateTimeServer and,
  18. if found, gets the correct date and time and sets the Mac's clock.
  19.  
  20. Configuration:
  21.  
  22. SetDateTime INIT comes configured to look for the DateTimeServer in
  23. the default AppleTalk zone of the user's Macintosh.  If your site's
  24. DateTimeServer is in another zone, or if you wish to ensure the
  25. operation of the INIT no matter who gets it at your site, you
  26. must use ResEdit and change STR# 150 from a '*' to the name of
  27. the server's zone.
  28.  
  29. DateTimeServer needs no configuration.
  30.  
  31. Installation:
  32.  
  33. DateTimeServer is a stand-alone application.  It uses 80K RAM 
  34. under MultiFinder.  If you make it one of the startup applications,
  35. by selecting it and then selecting 'Set Startup' under the Finder's
  36. 'Special' menu, it will run every time you start the server's Mac.
  37.  
  38. DateTime INIT is copied/dragged into the user's Mac's system folder.
  39.  
  40. Operation:
  41.  
  42. DateTimeServer is started from the Finder by selecting it and opening
  43. it or by double-clicking on its icon.  To stop the server, select 'Quit'
  44. from its 'File' menu.
  45.  
  46. SetDateTime INIT starts automatically when the user's Mac is started.
  47. Once it has set the Mac's clock, it quits.  Should it be unable to 
  48. find the DateTimeServer and set the Mac's clock, it quits.  
  49.  
  50. License:
  51.  
  52. SetDateTime INIT and DateTimeServer are free to use on an unlimited
  53. number of Macs at your site, provided you email me a thank-you 
  54. note.  There is no warranty of any kind.
  55.  
  56. Support:
  57.  
  58. I'm pleased to hear from you if you have comments about the DateTime
  59. package.  I will respond to your email, but I cannot guarantee
  60. that I will fix bugs or compatibility problems.  The DateTime package
  61. works OK in the labs I support here (at Univ. of Florida).  I'm 
  62. simply sharing the fruit of my labors.  
  63.  
  64. internet: leo_w@qm.circa.ufl.edu
  65. bitnet:   leo@ufpine
  66. applelink:    U0177 (that 0 is a zero)
  67.  
  68. The DateTime package may redistributed only in its original unconfigured 
  69. state, with this readme file, at no charge to others.
  70.